Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update executor and observable docs #2594

Merged

Conversation

bdg221
Copy link
Collaborator

@bdg221 bdg221 commented Dec 2, 2024

Description

This PR updates the docs for the executor and observable to ensure clear warnings to help users with the compatibility.

In #2449 (comment), @natestemen recommended the following changes to the documentation that are addressed by this PR:

These suggestions are independent of code changes. The warnings should highlight what the needs are for our API.

  1. We do mention in the The input function section of the Executors core concept page that type hinting or annotation is required. This should be upgraded to a warning[^directives] and flushed out.

  2. The Using observables in error mitigation techniques section of the Observables core concept page should also have a warning and be flushed out.

License

  • I license this contribution under the terms of the GNU GPL, version 3 and grant Unitary Fund the right to provide additional permissions as described in section 7 of the GNU GPL, version 3.

@bdg221 bdg221 added this to the 0.42.0 milestone Dec 2, 2024
@bdg221 bdg221 requested a review from natestemen December 2, 2024 19:29
@bdg221 bdg221 self-assigned this Dec 2, 2024
Copy link

codecov bot commented Dec 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.72%. Comparing base (a2a6818) to head (0dae220).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2594   +/-   ##
=======================================
  Coverage   98.72%   98.72%           
=======================================
  Files          92       92           
  Lines        4169     4169           
=======================================
  Hits         4116     4116           
  Misses         53       53           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@natestemen natestemen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great to highlight these warnings!

@natestemen natestemen merged commit 7648648 into unitaryfund:main Dec 9, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants